@charset "utf-8";

/* html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0); font-family: "Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",Roboto,Arial,sans-serif;}
body,ul,li,dt,dl,p,h1,h2,h3,h4,h5,h6,div,html,form,select,option,table,tr,td,dt,dl,dd,span,input,i,b,br,section,header,footer,nav,menu,slider{margin:0;padding:0;color:inherit;}
body{ color: #666666; background-color: #fff;  word-break: break-all; word-wrap:break-word; font-weight: 400;  -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;} */
/* input,button{overflow: visible;vertical-align:middle;outline:none}
input[type="submit"],input[type="reset"],input[type="button"],input[type="text"],input[type="password"]{-webkit-appearance:none;outline:none}
a,a img{text-decoration:none; color:#333;border:0;}
a:focus{outline:none;}
a:hover{ background: none;}
a:focus, a:hover{ color: #666;}
ul,ul li{list-style:none}
fieldset,img,input,button{border: none; padding: 0;margin: 0; outline-style: none;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight: normal;}*/
body a{text-decoration:none;cursor: pointer;color:#666;}
a:hover{text-decoration:none;outline:none; color: initial;}
a:focus{outline:none}
a:hover,a:active{outline:none;text-decoration:none;}
a:focus{outline:none}
sub,sup{vertical-align:baseline} 
a:link{text-decoration:none;   /* 指正常的未被访问过的链接*/}
a:visited{text-decoration:none; /*指已经访问过的链接*/}

.left{ float: left;}
.right{ float: right;}
.clearfix:after{content:"";height:0; line-height:0; display:block;clear:both; visibility:hidden;}    
.clearfix{ zoom:1;}
article p {font-size:14px; color:#333; line-height:30px;}
article img {max-width:100%;}

.top {  z-index:999;   position: relative; } 
.top .icon-fanyi-full{ font-size: 36px; color: #fff; display: block; margin-right: 10px;  }
.top .top_r { box-sizing:border-box;padding:0; margin:0 auto; display: none; position: absolute; top: 46px; left: 0;}
.top .top_r a { display:block; width: auto; white-space: nowrap; font-size:14px;color:#666;padding: 0 25px; height: 40px;line-height: 40px; text-align: center; background:#fff;}
.top .top_r a:last-child { border-right:none;}
.top .top_r a:hover { color:#01AF63; } 

@media screen and (max-width:800px){
    .top .icon-fanyi-full{ font-size: 30px; margin-left: 16px; line-height: 1.5;}
    .top .top_r{ left: 15px;}
}


/* 首页banner图 */
.swiper-pagination-bullet{ width: 25px; height: 7px; border-radius:0;}
.swiper-pagination-bullet-active{ background-color: #cc0000;}

/* 合作伙伴------------------------------------------ */
.cooperative{ padding: 50px 0; }
.cooperative ul{ width: 1300px; margin: 0px auto; display: flex; display:-webkit-flex; flex-wrap: wrap; justify-content:flex-start;align-items:center;  }
.cooperative ul li{ width: 240px; height: 90px; box-sizing: border-box; border: 1px solid #eee; overflow: hidden; margin: 10px; position: relative;}
.cooperative ul li img{ position: absolute; top: 50%; left:50%; transform: translate(-50%,-50%);}
@media screen and (max-width:1300px){
    .cooperative ul{ width: 100%;}
}
@media screen and (max-width:768px){
    .cooperative{ padding: 20px 0; }
    .cooperative ul li{width: 31%; height: 45px;  margin: 10px 1%; }
    .cooperative ul li img{ max-width: 100%; max-height: 100%;}
    }

/* 页面内容------------------------------ */
#content{width:100%;height:auto;position:relative}
#content #banner{width:100%;height:auto;overflow:hidden}
#banner .img{display:block}
#banner .img img{width:100%;height:auto}
#banner .swiper-button-prev , #banner .swiper-button-next {display: none;}
#banner:hover .swiper-button-prev , #banner:hover .swiper-button-next {display: block;}
@media screen and (max-width:1024px){#content #banner{height:300px}
}
#content #case{width:100%;height:auto;background:#fff;position:relative}
#case .case{width:1366px;margin:0 auto;box-sizing:border-box;padding:90px 15px}
#case h3{text-align:center;font-size:24px;height:44px;line-height:44px;position:relative;font-weight:400}
#case h3::after{position:absolute;content:"";width:40px;height:2px;background:#01AF63;left:50%;transform:translateX(-50%);bottom:-2px}
#case .case>p{text-align:center;font-size:14px;color:#666;line-height:2;padding-top:4px}
#case ul{padding-top:50px;padding-bottom:15px;width:100%;height:auto;overflow:hidden;text-align:center}
#case ul li{width:24%;height:225px;float:left;box-sizing:border-box;position:relative;overflow:hidden;margin:0 .5%;margin-bottom:15px}
#case ul li .img{width:100%;height: 100%;overflow:hidden;position:relative;transition:all .5s;}
#case ul li .img img{width:auto;height:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
#case ul li #caseMsg{width:100%;height:100%;position:absolute;left:0;top:-230px;box-sizing:border-box;transition:all .5s}
#case ul li .casemsg {display:none;}
#case ul li #caseMsg .caseMsg{width:100%;height:100%;background: rgba(47, 151, 71,.5);box-sizing:border-box;padding:0 35px;}
#case ul li #caseMsg .caseMsg h4{color:#fff;text-align:center;font-size:18px;padding-top:68px}
#case ul li #caseMsg .caseMsg p{padding-top:10px;color:#fff;line-height:24px;height:48px;font-size:14px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
#case ul li:hover .img{transform:scale(1.3);transition:all .5s}
#case ul li:hover #caseMsg{top:0;transition:all .3s}
@media screen and (max-width:1366px){#case .case{width:100%}
#case ul{display:flex;flex-wrap:wrap;justify-content:center}
#case ul li{width:320px;height:225px;margin:0 1%;margin-bottom:15px}
}
@media screen and (max-width:750px){#case .case{width:100%;box-sizing: border-box;padding:30px 10px;}
#case ul li{width: 48.5%;height:auto;margin:0;margin-bottom:15px;}
#case ul{padding:15px 0;justify-content:  space-between;}
#case ul li .img img{width:100%;height:auto;position:static;left:0;transform:translate(0)}
#case ul li #caseMsg{top:-500px}
#case ul li .img {height:auto;}
#case ul li .casemsg {display: block;font-size:  14px;line-height:  32px;height:  32px;overflow:  hidden;box-sizing: border-box;padding: 0 10px;border: 1px solid #ececec;}
}

#content #aboutus{width:100%;height:auto;overflow:hidden;background:#eee}
#aboutus .aboutus{width:1366px;height:auto;overflow:hidden;margin:0 auto;position:relative;box-sizing:border-box;padding:40px 15px}
#aboutus .img{width:50%;overflow:hidden;float:left;height:100%}
#aboutus .img img{width:100%;height:auto}
#aboutus .content{width:50%;float:left;box-sizing:border-box;padding-left:40px}
#aboutus .content h3{font-size:24px;line-height:44px;font-weight:400;position:relative;padding-top:20px}
#aboutus .content h3::after{position:absolute;content:'';width:40px;height:2px;left:26px;bottom:-2px;background:#01AF63}
#aboutus .content p{color:#666;padding-top:4px;line-height:2;padding-top:14px}
#aboutus .content article{padding-top:35px;}
#aboutus .content a{display:block;width:106px;height:36px;text-align:center;line-height:36px;border:1px solid #01AF63;color:#01AF63;font-size:14px;margin-top:30px}
#aboutus .content a:hover{color:#fff;background:#01AF63}
@media screen and (max-width:1366px){#aboutus .aboutus{width:100%}
}
@media screen and (max-width:1024px){#aboutus .aboutus{display:none}
#aboutus .aboutus.mobile{display:block}
#aboutus .content{width:100%;text-align:center;padding:0}
#aboutus .content h3::after{left:50%;transform:translateX(-50%)}

#aboutus .img{width:100%}
#aboutus .content a{margin:20px auto}
}
#content #others{width:100%;height:auto}
#others .others{width:1366px;margin:0 auto;box-sizing:border-box;padding:80px 15px 70px 15px;overflow:hidden}
#others .news{width:50%;padding-right:20px;box-sizing:border-box;float:left}
#others h3{font-size:24px;line-height:2;font-weight:400;padding-bottom:25px;text-align:left}
#others .img{display:block;width:100%;overflow:hidden;position:relative;transition:all .5s;height:306px}
#others .img:hover{opacity:.8;transition:all .5s}
#others .img img{width:100%;height:250px;}
#others .img p{position:absolute;bottom:0;color:#fff;background: rgba(47, 151, 71,.5);width:100%;height:55px;line-height:55px;box-sizing:border-box;padding:0 15px;overflow:hidden;}
#others .news ul{width:100%;box-sizing:border-box;padding:0 20px;padding-bottom:34px;padding-top:10px;border:1px solid #e5e5e5;border-top:none}
#others .news ul li{transition:all 1s;color:#666;border-bottom:1px solid #e5e5e5;font-size:14px}
#others .news ul li a{display:block;color:#666;position:relative;width:80%;overflow:hidden;padding-right:20%;height:48px;line-height:48px}
#others .news ul li:hover{background:#01AF6399;text-indent:10px;transition:all .5s}
#others .news ul li:hover a{color:#fff}
#others .news ul li a span:nth-child(2){position:absolute;right:0;top:0}
#others .news ul li a:hover span:nth-child(2){right:10px;transition:all .5s}
/* #others .know,#others .zixun{width:50%;padding-left:20px;box-sizing:border-box;float:left} */
#others  .zkRight{width:50%;padding-left:20px;box-sizing:border-box;float:left; }
#others .zixun .img{width:100%;height:294px;overflow:hidden;border-bottom:2px solid #01AF63c2;position:relative;}
#others .zixun .img p{bottom:43px}
#others .know h3{padding-top:22px}
#others .know .img{width:100%;height:auto;overflow:hidden;position:relative}
@media screen and (max-width:1366px){#others .others{width:100%}
}
@media screen and (max-width:1024px){

#others .news , #others  .zkRight{width:100%;padding:0;}
#others h3{text-align:center;position:relative}
#others h3::after{position:absolute;content:'';width:40px;height:2px;background:#01AF63;bottom:25px;left:50%;margin-left:-20px}
#others .zixun .img{border-bottom:none}
#others .news{padding-bottom:40px}
#others .others{padding-top:40px}
}
@media screen and (max-width:1024px){#others .news ul li a{width:70%;padding-right:30%}}

#mapNav {width:100%;background: #333;}
#mapNav ul{width: 100%;padding: 20px 0px;display: flex;margin: 0 auto;flex-wrap:  wrap; line-height: 24px;}

#mapNav ul li::after{ content: "/"; display: inline-block; color: #e5e5e5; font-size: 16px; }
#mapNav ul li:last-child::after{ content:"";}
#mapNav ul li a {font-size: 16px;color: #fff;line-height:  1;height: 16px;display: inline-block;padding: 0 20px;}
#mapNav ul li a:hover {color:#fff;text-decoration: underline;}
#mapNav ul li:last-child a {border-right: none;}
@media screen and (max-width:750px){
    #mapNav ul {width:96%;flex-wrap:wrap;padding: 8px 0; margin: 16px 0; border-bottom: 1px solid #484848;}
    #mapNav ul li a {padding:5px 10px; margin:5px 0; font-size:14px; border-right:none;}
    #mapNav ul li {width:25%; text-align:center;}
}


#bgImg{width:100%;height:auto}
#bgImg .img{width:100%;height:auto}
#bgImg .img img{width:100%;height:auto}
@media screen and (max-width:1024px){#bgImg{padding-top:0px}
}
#about,#feedback,#job,#news,#product{width:1340px;height:auto;overflow:hidden;margin:0 auto;margin-bottom:75px;box-sizing:border-box;padding:0 15px;display:flex;align-items:flex-start}
#about .left,#feedback .left,#job .left,#news .left,#product .left{width:322px;margin-right:30px}
.left>h3{font-size:18px;line-height:2;font-weight:400;padding-top:30px;margin-bottom:10px;border-bottom:1px solid #e5e5e5;position:relative}
.left h3::after{position:absolute;left:0;bottom:-2px;content:'';width:70px;height:2px;background:#01AF63}
.left p{font-size:14px;line-height:40px}
.left ul li{width:100%;height:40px;line-height:40px;background:#eee;margin-bottom:1px;text-indent:20px}
.left ul li.active a,.left ul li:hover a{color:#fff;background:#01AF63;}
.left ul li a{display:block}
.left dl{font-size:14px;}
.left dl dd{display:flex; line-height:22px; padding: 8px 0;}
.left dl dd span:first-child{padding-right:10px;white-space: nowrap;}
.right{width:100%;padding-top:28px;flex:1}
.location{line-height:40px;border-bottom:1px solid #e5e5e5;width:100%}
.location a{display: inline; font-size:14px;color:#888}
.location a:hover{font-size:14px;color:#01AF63}
.right .content{padding-top:14px}
@media screen and (max-width:1366px){
    
    #about,#feedback,#job,#news,#product{width:100%}
    #about, #feedback, #job, #news, #product{ width: 100%;}
}
@media screen and (max-width:1024px){#about,#feedback,#job,#news,#product{flex-wrap:wrap;flex-direction:column-reverse}
#about .left,#feedback .left,#job .left,#news .left,#product .left{width:100%;margin:0;padding:0 10px;box-sizing:border-box;}
.right{padding-top:0;box-sizing:border-box;padding:0 10px;border-bottom:20px;}
}
@media screen and (max-width:750px){#about,#feedback,#job,#news,#product{padding:0}
.location{line-height:22px; padding: 10px 5px;}
.left dl{padding-bottom:20px}
}
.List{overflow:hidden}
.List li{width:224px;height:auto;overflow:hidden;border:1px solid #e5e5e5;margin:18px 18px 0 0;float:left;transition:all .5s}
.List li:hover{border-color:#01AF63;transition:all .5s;transform:translateY(-10px);box-shadow:0 3px 15px #32a04b3d}
.List li a{display:block}
.List li .img{width:100%;height:176px;text-align:center;overflow:hidden; position: relative;}
.video li .img {height:136px;}
.List li .img img{margin:0 auto; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.List li .title{text-align:center;color:#333;font-size:16px;line-height:48px;height:48px;padding:0 10px;}
@media screen and (max-width:1024px){.List{display:flex;flex-wrap:wrap;justify-content:center}
}
@media screen and (max-width:750px){.List{justify-content:space-between}
.List li{width:48%;margin:0;margin-bottom:12px}
.List li .img{height:auto}
.List li .title{font-size:14px;height:auto;line-height:3}
.List li:hover{transform:none}
}
.jobList li{padding-bottom:20px;border-bottom:1px solid #e5e5e5}
.jobList li a:hover h3,.jobList li a:hover p.job_content,.jobList li a:hover p.job_require{color:#01AF63}
.jobList li a h3{padding-top:20px;line-height:40px;font-size:20px;height:40px;overflow:hidden}
.jobList li a p{font-size:14px;line-height:24px;color:#b5b5b5}
.jobList li a p.job_content{font-size:14px;line-height:24px;padding-top:5px;color:#666;height:24px;overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.jobList li a p.job_require{font-size:14px;line-height:24px;color:#666;margin-bottom:10px;height:24px;overflow:hidden}
.jobList li a p span{font-size:14px;color:#b5b5b5;padding-right:40px}
.jobshow .right .content{width:100%;padding-top:56px}
.jobshow .right .content h3.title{text-align:center;font-size:20px;line-height:40px}
.jobshow .right .content>p.subtitle{text-align:center;font-size:14px;line-height:30px;color:#b5b5b5}
.jobshow .right .content>p span{color:#b5b5b5}
.jobshow .right .content>p span:first-child{padding-right:40px}
@media screen and (max-width:750px){
    .jobshow .right .content dl{padding-left:0}
}
.newshow .right .content{width:100%;padding-top:56px}
.newshow .right .content h3{text-align:center;font-size:20px;line-height:40px}
.newshow .right .content>p{text-align:center;font-size:14px;line-height:24px;color:#b5b5b5;padding-top:5px}
.newshow .right .content>p>span{color:#b5b5b5}
.newshow .right .content>p>span:first-child{padding-right:40px}
.newshow .right .content article{padding-top:35px}
ul.newsList{width:100%;height:auto;padding-top:5px}
ul.newsList li{width:100%;position:relative;border-bottom:1px solid #e5e5e5}
ul.newsList li::before{ content: " "; width: 0; height: 1px; background-color: #01AF63; position: absolute; top: 0; left: 0;transition: all .8s ease;}
ul.newsList li::after{ content: " "; width: 0; height: 1px; background-color: #01AF63; position: absolute; bottom: 0; right: 0;transition: all .8s ease;}
ul.newsList li:hover::before{ width: 100%; transition: all .8s ease;}
ul.newsList li:hover::after{ width: 100%; transition: all .8s ease;}
ul.newsList li .img{width:145px;height:145px;position:absolute;left:0;top:24px;overflow:hidden;transition: all .4s ease;}
ul.newsList li .circleImage{ border-radius: 50%;-webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; }
ul.newsList li .img img{width:100%;height:auto}
ul.newsList li dl{padding-left:180px}
ul.newsList li dl dt{font-size:20px;line-height:30px;margin-bottom:10px;height:30px;overflow:hidden}
ul.newsList li dl dd{font-size:14px;line-height:24px;color:#666;max-height:72px;overflow:hidden}
ul.newsList li dl dd.setting{margin-top:10px;height:24px;overflow:hidden}
ul.newsList li dd.setting span{color:#b5b5b5}
ul.newsList li dd.setting span:first-child{color:#b5b5b5;padding-right:40px}
ul.newsList li a{display:block;padding:24px 0;height: 145px;transition: all .4s ease;}
ul.newsList li:hover a dt{color:#01AF63}
ul.newsList li:hover a{box-shadow:0 0 10px #ccc;transition: all .4s ease;}
ul.newsList li:hover a .img{transform:translateX(10px);transition:all .4s;}
@media screen and (max-width:750px){ul.newsList li{min-height:70px}
ul.newsList li a{padding:10px 0;height: 75px;}
ul.newsList li dl{padding-left:100px}
ul.newsList li dl dd{max-height:18px;overflow:hidden;line-height:18px;height:18px}
ul.newsList li .img{width:90px;height:70px;top:10px}
ul.newsList li dl dt{font-size:16px;font-weight:500;margin-bottom:5px;line-height:20px;height:20px}
ul.newsList li dl dd.setting{font-size:12px;margin-top:8px}
}
.productshow{width:1366px;height:auto;overflow:hidden;margin:0 auto;margin-bottom:75px}
.videoShow {padding-top:28px;}
.productshow .location{box-sizing:border-box;padding:0 12px;padding-top: 28px;}
.productshow .content{width:100%;display:flex;flex-wrap:wrap;box-sizing:border-box;padding:0 12px;padding-top:36px;padding-bottom:80px}
.productshow .content #Swiper{width: 40%; max-width:45%}
.productshow .content #Swiper>img{width:50%;}
.productshow .content.video #Swiper{width:70%}
#Swiper video {width:95%; margin:0;}
.productshow .content #Swiper .Bigswiper img{max-width:90%; display: block; margin: 0 auto;}
.productshow .content #Swiper #Smallswiper{padding:20px 40px;height:60px;overflow:hidden;position:relative}
.productshow .content #Swiper .Smallswiper img{height:60px;width:auto;margin:0 auto; display: block;}
#Smallswiper .swiper-slide{width:60px;overflow:hidden;border: 1px solid #ccc; cursor: pointer;}
.productshow .content .pro_content{width:50%;box-sizing:border-box;padding-left:80px}
.productshow .content .pro_content a {    width: 120px;height: 48px;line-height: 48px;display: block;border: 1px solid #01AF63;text-align: center;font-size: 16px;margin: 20px 0 0 0;border-radius: 4px;background: #01AF63;color: #fff;}
.productshow .content.video .pro_content {width:30%;padding: 0;}
.productshow .content .pro_content h3{font-size:24px;font-weight:400;line-height:48px;padding-top:16px}
.productshow .content .pro_content p{font-size:14px;line-height:24px;color:#666}
.productshow #other{width:100%;box-sizing:border-box;padding:0 15px;display:flex;align-items:flex-start}

@media screen and (max-width:1024px){.productshow .content .pro_content{padding-left:40px}}

@media screen and (max-width:750px){.productshow{margin-bottom:0}
.productshow .content #Swiper{width:100%}
.productshow .content .pro_content{width:80%;margin:0 auto}
.productshow .content #Swiper .Smallswiper img{height:40px}
.productshow .content .pro_content{padding-left:0}
.productshow .content #Swiper .Bigswiper img{max-width:75%}
#Smallswiper .swiper-slide{width:40px}
.productshow .location {padding-top:10px;}
.productshow .content .pro_content a {margin:20px auto 0;}
}

.productshow #other .other_left{width:300px;margin-right:30px;border:1px solid #e5e5e5;box-sizing:border-box;padding:24px 30px 10px}
.other_left h3{font-size:16px;font-weight:300;line-height:2;padding-bottom:10px}
.other_left ul li{padding-bottom:10px}
.other_left ul li a:hover p{color:#01AF63}
.other_left ul li .img{width:238px;height:187px;overflow:hidden;position:relative}
.other_left ul li .img img{height:100%;width:auto;margin:0 auto;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
.other_left ul li p{font-size:16px;line-height:34px;text-align:center;height:34px;overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.productshow #other .other_right{width:100%;height:auto;overflow:hidden;border:1px solid #e5e5e5;box-sizing:border-box;padding:30px}
.productshow #other .other_right h3{font-size:16px;font-weight:400;line-height:1.2;padding-bottom:8px;border-bottom:1px solid #e5e5e5;position:relative;text-indent:10px;margin-bottom:22px}
.productshow #other .other_right h3::after{position:absolute;width:90px;height:2px;background:#01AF63;left:0;bottom:0;content:''}
@media screen and (max-width:1366px){.productshow{width:100%}}
@media screen and (max-width:1024px){.productshow #other{flex-direction:column-reverse}
.productshow #other .other_left{width:100%;padding:20px 15px;border:none;border-bottom:20px solid #e5e5e5;box-sizing:border-box}
.other_left ul{width:100%;display:flex;flex-wrap:wrap;justify-content:space-around}
.other_left ul li{width:25%;box-sizing:border-box;padding:0 10px}
.productshow .content{border-bottom:20px solid #e5e5e5}
.productshow #other{padding:0}
.productshow #other .other_right{border:none;padding:0;border-bottom:20px solid #e5e5e5;padding:20px 15px}
.other_left ul li .img{width:100%;height:auto}}
@media screen and (max-width:750px){.other_left ul{justify-content:space-between}
    .other_left ul li{width:50%;padding:0}
    .other_left ul li:nth-child(2n+1){padding-right:7px}
    .other_left ul li:nth-child(2n){padding-left:7px}
}

#single{width:1366px;height:auto;overflow:hidden;margin:0 auto;box-sizing:border-box;padding: 28px 15px 0 15px;}
#single .single{text-align:center;padding-bottom:80px}
.single h3{font-size:24px;font-weight:400;line-height:2;position:relative;padding-top:20px}
.single h3::after{content:'';position:absolute;left:50%;bottom:0;margin-left:-33px;height:2px;background:#01AF63;width:66px;height:2px}
.single p.intro{font-size:14px;color:#666;line-height:2.6}
.single .content{padding-top:85px;display:flex}
.single .content .single_left{width:50%;box-sizing:border-box;padding-right:10px;text-align:left}
.single .content .single_right{width:50%;box-sizing:border-box;padding-left:10px}
.single .content p{font-size:14px;line-height:24px;color:#666}
.single .content img{max-width:90%}
@media screen and (max-width:1366px){#single{width:70%}
.single .content{flex-direction:column-reverse;padding-top:40px}
.single .content .single_left,.single .content .single_right{width:100%;margin:0 auto;padding:0}
.single .content .single_left{padding-top:20px;padding-right:0}}
@media screen and (max-width:992px){#single{width:80%}}
@media screen and (max-width:750px){
    #single{width:96%}
    .single p.intro{line-height:1.5;padding-top:10px}
}
.pages{padding:40px 0;text-align:center;height:40px;line-height:40px;display:flex;justify-content:center}
.pages a{width:40px;height:40px;border:1px solid #ddd;display:inline-block;border-right:none;font-size:14px}
.pages a.first,.pages a.last,.pages a.prev{width:auto;padding:0 8px}
.pages a.next{width:auto;padding:0 8px;border-right:1px solid #e5e5e5}
.pages strong{width:40px;height:40px;border:1px solid #e5e5e5;font-weight:400;background:#01AF63;color:#fff;border-color:#01AF63}
.pages a:hover{color:#01AF63}
.pages em{display:none}
.pages kbd{margin-left:15px}
.pages kbd input{padding:0 10px;outline:0;border:1px solid #e5e5e5;line-height:40px;text-align:center;font-size:14px}
.pages kbd input:focus{border-color:#01AF63}
@media screen and (max-width:768px){.pages{position:relative}
.pages a{display:none}
.pages a.next,.pages a.prev{display:block;border:none;position:absolute}
.pages a.next{left:50%;margin-left:50px}
.pages a.prev{right:50%;margin-right:50px}
.pages strong{background:#fff;color:#333;border:none}
}
#Nofound {  width: 90%; margin: 20px 0;text-align: center; height: 300px;line-height: 300px;border: 1px solid #333; margin:0 auto;}

#searchs{width:100%;height:auto;background:  #f5f5f5;padding: 30px 0;}
#searchs .searchs{width:1310px;height:auto;overflow:hidden;box-sizing:border-box;padding: 55px 12px;margin:0 auto;background:  #fff;}
#searchs .searchs .box{margin:20px 0;height:42px;position:relative}
#searchs .searchs .box input{height:40px;width:100%;background:#fafafa;border:1px solid #dcdcdc;border-radius:20px;box-sizing:border-box;padding:0 50px 0 20px}
#searchs .searchs .box input:focus{outline:0;border-color:#01AF63;background:#fff}
#searchs .searchs .box i:hover{cursor:pointer;color:#01AF63}
#searchs .searchs .box i{position:absolute;top:0;right:10px;display:block;width:40px;height:40px;line-height:40px;text-align:center}
#searchs .searchs ul{box-sizing:border-box;padding:0 25px}
#searchs .searchs ul li{border-bottom:1px solid #eee;padding:25px 0}
#searchs .searchs ul li h4{font-size:22px;line-height:30px;font-weight:400;padding-bottom:10px}
#searchs .searchs ul li a:hover h4,#searchs .searchs ul li a:hover p.intro{color:#01AF63}
#searchs .searchs ul li p.intro{font-size:14px;line-height:24px;color:#666}
#searchs .searchs ul li a.link{font-size:14px;line-height:24px;color:#01AF63}
@media screen and (max-width:1310px){#searchs .searchs{width:100%}
#mapNav ul{ width: 100%; box-sizing: border-box;}}
@media screen and (max-width:750px){#searchs .searchs ul{padding:0 10px}
#searchs .searchs .box{margin:10px 0}
#searchs .searchs ul li{padding:10px 0}
#searchs .searchs ul li h4{font-size:18px;line-height:1.5;padding-bottom:5px}
#searchs .searchs ul li p.intro{font-size:12px;line-height:22px;height:44px;overflow:hidden;padding-bottom:5px}
}

#feedback form{width:600px;padding:60px 0;margin:0 auto}
.feedback form label{display:block;width:100%;height:auto;padding-bottom: 8px;}
.feedback form label input{width:100%;height:38px;line-height:38px;display:block;box-sizing:border-box;padding:0 10px;font-size:14px;border:1px solid #e5e5e5;outline-color:#238ad4; outline:none;}
.feedback form label p { color: red;font-size: 12px;box-sizing: border-box;padding: 0 10px;line-height: 1.5;height: 18px;}
.feedback form label input:focus {border-color:#01AF63; box-shadow:0 0 5px #01AF63;}
.feedback form label textarea{width:100%;height:auto;box-sizing:border-box;padding:10px;line-height:1.5;font-size:14px;border:1px solid #e5e5e5; outline:none;}
.feedback form label textarea:focus {border-color:#01AF63; box-shadow:0 0 5px #01AF63;}
.feedback form label #submit{background:#626262;color:#fff;display:  block;text-align:  center;line-height:  2.4;}
.feedback form label #submit:hover {background:#01AF63;}

#sitemap{width:100%}
#sitemap .sitemap{width:1200px;margin:0 auto;overflow:hidden;padding:20px 0}
.sitemap .map{width:100%;height:auto;margin-bottom:40px}
.map h3{font-size:18px;line-height:60px;border-bottom:1px solid #eee}
.map .cat_One{padding-top:30px;line-height:32px;overflow:hidden}
.map .cat_One>li{width:25%;float:left;text-indent:20px;margin-bottom:40px}
.map .cat_One>li>a{font-size:14px;font-weight:700}
.map .cat_Two>li>a{font-size:14px;color:#555}
.map .cat_Three>li>a{font-size:14px;color:#bbb}
.map .cat_One li a:hover{color:#01AF63;text-decoration:underline}

.ql-editor p,.ql-editor div,.ql-editor dl dd{ line-height: 28px; padding: 8px 0; font-size: 16px;}
@media screen and (max-width:1310px){
    #sitemap .sitemap {width:96%; margin:0 auto ;}
    .ql-editor p,.ql-editor div,.ql-editor dl dd{ line-height: 28px; padding: 8px 0; font-size: 14px;}
}
@media screen and (max-width:750px){
    .map h3 {line-height: 2;}
    .sitemap .map {margin-bottom: 20px;}
    #feedback form{ width: 96%; margin: 0 auto;}
}

#ql-editor{ white-space: normal;}
.ql-snow .ql-editor img{ height: auto;}


/* 语言模板切换 */
.top {width:100%; background:#333; height: 40px; line-height: 40px; overflow:hidden; z-index:999; } 
.top .top_r {width: 1400px;height: 100%;box-sizing:border-box;padding:0 15px;text-align: right;margin:0 auto;}
.top .top_r a {font-size:14px;color:#c4c4c4;padding: 0 10px;border-right: 1px solid #c4c4c4;height: 14px;line-height: 14px;display: inline-block;}
.top .top_r a:last-child {border-right:none;}
.top .top_r a:hover {color:#fff;}
@media screen and (max-width:1400px){
    
    .top .top_r {width:100%;}
}
@media screen and (max-width:768px){
    .top {height:32px; line-height: 32px;}
}


/* 友情连接 */
#link {padding:20px 0;}
#link a {margin:0 8px;}
@media screen and (max-width:900px){
  #link {padding:10px 0; text-align:left; padding: 0 10px;}
  #link a {padding:0 5px; margin:0; }
  #link span {padding:0;}
}